home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / amac40.zip / QMACM.BAT < prev    next >
DOS Batch File  |  1990-09-30  |  348b  |  9 lines

  1. rem qmacM.bat                   Sun  09-30-1990
  2.  
  3. rem * Converts current macros to dum4.qm text...
  4.         QMAC      dum4.mac dum4.qm /T /A-  >c:!
  5. rem * Appends macros to be merged to dum4.qm....
  6.         QMAC        %1.mac dum4.qm /T /A+ >>c:!
  7. rem * Converts appended macro to binary.........
  8.         QMAC      dum4.mac dum4.qm /B /A- >>c:!
  9.